home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
FireMan.swf
/
scripts
/
frame_1074
/
PlaceObject2_618_1091
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2008-09-12
|
393b
|
15 lines
onClipEvent(enterFrame){
_X = _X - heroe.scrollspeed;
_Y = _Y - heroe.vscrollspeed;
if(this.hitTest(heroe.sprite.hotzone) && !u && _root.locks == 0)
{
u = true;
_root.Posy = heroe._y;
_root.Posx = heroe._x;
_root.Posx2 = _root.texturas.lastblock._x;
_root.Posy2 = _root.mapa._y;
_root.pause = true;
_root.nextFrame();
}
}